home *** CD-ROM | disk | FTP | other *** search
- ECHO OFF
- CLS
- ECHO - Floppy disk installation. If you are installing on a hard disk,
- ECHO - use INSTALL instead of FINSTALL.
- ECHO -
- ECHO - To install type the word INSTALL, followed by a space and then the
- ECHO - letter for the drive containing the floppy disk, then another space
- ECHO - and the letter for the drive you want to install the software on.
- ECHO -
- ECHO - If the floppy disk is in the "A" drive and you want to install the
- ECHO - software on the "B" drive, you would type: INSTALL A B and then
- ECHO - push ENTER.
- ECHO -
- ECHO - You have specified that the floppy disk is in the %1 drive and you
- ECHO - want to install the software on the %2 drive. If this is not
- ECHO - correct, push CTRL-BREAK and start over.
- ECHO -
- PAUSE
- %2:
- CD \
- %1:ORGANIZE
- ECHO -
- ECHO -
- ECHO - Type OYC and push ENTER to start the software.
-
-
-